home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Nejlepší České Hry
/
Nej české hry.iso
/
hry
/
spinava historka
/
gEN.swf
/
scripts
/
DefineButton2_123
/
BUTTONCONDACTION on(keyPress Enter).as
next >
Wrap
Text File
|
2004-10-08
|
225b
|
12 lines
on(keyPress "<Enter>"){
tellTarget("_root")
{
gotoAndStop("menu");
play();
zvuk = new Sound();
zvuk.attachSound("melody2");
zvuk.start(0,1000);
zvuk.setVolume(100);
}
}